.index-banner .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 0;
}
.index-news{
    padding:20px 15px;
    border-bottom:1px solid #d6d6d6;
}
.index-news>ul>li>a{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.index-news>ul>li:last-child>a{
    margin-bottom: 0;
}
.index-news>ul>li img{
    width:15px;
    height: 15px;
    margin-right:8px;
}
.index-news>ul>li span{
    color:#32c082;
    font-size: .7rem;
    margin-right: 8px;
}
.index-news>ul>li p{
    width:246px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: .6rem;
    color:#666666;
}
.index-title{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-top:0;
} 
.index-title>h3{
    border-left:2px solid #343434;
    font-size: 1.05rem;
    color:#333;
    padding-left:10px;
    line-height:1;
}  
.index-title>a{
    font-size: .75rem;
    color:#32c082;
    display:flex;
    align-items: center;
}
.index-title>a>img{
    margin-right:5px; 
}
.index-case{
    padding:35px 0 40px;
    border-bottom: 1px solid #d6d6d6;
}
.index-case .index-title{
    padding:0 15px;
}
.index-case-nav{
    width:100%;
    height: 33px;
    background: #f7f7f7;
    line-height: 33px;
    padding-left: 15px;
    margin-top:15px;
}
.index-case-nav>a{
    margin-right:35px;
    color:#666;
    font-size: .6rem;
}
.index-case-nav>a.active{
    color:#32c082;
}
.index-case .index-case-content{
    display: none;
}
.index-case .index-case-content.active{
    display: block;
}
.index-case ul{
    padding:25px 15px;
}
.index-case ul>li>a{
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e4e4e4;
}
.index-case ul>li:last-child>a{
    border-bottom: none;
}
.index-case ul>li>a>img{
    width:55px;
    height: 55px;
}
.index-case ul>li>a>div{
    display: flex;
    align-items: center;
}
.index-case ul>li>a>div>img{
    width:54px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
    margin-right: 10px;
    border-radius:50%;
}
.index-case ul>li>a>div>div{
    color:#989898;
    font-size: .6rem;
}
.index-case ul>li>a>div>div>h3{
    font-size: .75rem;
    color:#363636;
    margin-bottom: 8px;
    font-weight: normal;
}
.more-btn{
    display: block;
    margin:0 15px;
    line-height: 48px;
    text-align: center;
    background: #32c082;
    color:#fff;
    font-size:.8rem;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border-radius:3px;
}
.index-work{
    padding:35px 15px 30px;
    border-bottom: 1px solid #d6d6d6;
}
.index-work>ul{
    margin-top:20px;
}
.index-work>ul>li{
    width:100%;
    margin-bottom: 10px;
    border-radius:5px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.22);
}
.index-work>ul>li img{
    display: block;
    width:100%;
}
.index-teacher{
    padding:40px 15px;
    border-bottom:1px solid #d6d6d6;
}
.index-teacher .index-title>a>img{
    width:13px;
    height: 12px;
}
.index-teacher>ul{
    margin-top:20px;
}
.index-teacher>ul>li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.18);
    background: #f9f9f9;
}
.index-teacher>ul>li img{
    display: block;
    width: 78px;
    height: 78px;
    border-radius: 4px;
    margin-right:8px;
}
.index-teacher>ul>li div>h4{
    font-size: .65rem;
    color:#313131;
    margin-bottom: 5px;
    font-weight: normal;
}
.index-teacher>ul>li div>h4>span{
    font-size: .55rem;
    color:#666666;
    margin-left: 10px;
    font-weight: normal;
}
.index-teacher>ul>li div>p{
    font-size: .55rem;
    color:#666;
}
.index-teacher>ul>li div>p>span{
    color:#32c082;
}
.index-teacher>ul>li>a:last-child{
    display: block;
    width:65px;
    line-height: 25px;
    background: #32c082;
    font-size: .6rem;
    color:#ffffff;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15);
    margin-right: 8px;
    border-radius: 3px;
    flex-shrink: 0;
}
.index-major{
    padding:35px 15px;
}
.index-major .tab-item{
    display: flex;
    margin-top:15px;
}
.index-major .tab-item>a{
    display: block;
    flex:1;
    line-height: 35px;
    border-bottom: 2px solid #bebebe;
    font-size: .75rem;
    color:#6a6a6a;
    text-align: center;
}
.index-major .tab-item>a.active{
    color:#32c082;
    border-color:#32c082;
}
.index-major .tab-content{
    margin-top:25px;
}
.index-major .tab-content>ul{
    display: none;
}
.index-major .tab-content>ul.active{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.index-major .tab-content>ul.major>li{
    width:167px;
    height:133px;
    position: relative;
}
.index-major .tab-content>ul.major>li img{
    display: block;
    width:100%;
}
.index-major .tab-content>ul.major>li p{
    position: absolute;
    top:15px;
    left:20px;
    font-size: .7rem;
}
.index-major .tab-content>ul.major>li p>span{
    font-size: .55rem;
}
.index-major .tab-content>ul.major>li p.bai{
    color:#fff;
}
.index-major .tab-content>ul.major>li p.hei{
    color:#000;
}
.index-major .tab-content>ul.school.active{
    display: block;
}
.index-major .tab-content>ul.school>li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #e4e4e4;
    padding:10px 0;
}
.index-major .tab-content>ul.school>li:last-child{
    border-bottom: 0;
}
.index-major .tab-content>ul.school>li>a:first-child{
    display: flex;
}
.index-major .tab-content>ul.school>li>a>img{
    display: block;
    width:53px;
    height: 53px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
.index-major .tab-content>ul.school>li>a>p{
    color:#000;
    font-size: .75rem;
}
.index-major .tab-content>ul.school>li>a>p>span{
    color:#989898;
    font-size: .5rem;
}
.index-major .tab-content>ul.school>li>a:last-child{
    display: block;
    width:80px;
    line-height: 25px;
    background: #32c082;
    text-align: center;
    color:#fff;
    font-size: .5rem;
    border-radius: 3px;
}
.index-zixun{
    padding:35px 0 50px;
    background: #f4f4f4;
}
.index-zixun .index-title{
    margin:0 15px;
}
.index-zixun>ul{
    margin-top:35px;
}
.index-zixun>ul>li>a{
    padding:0 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #bdbdbd;
}
.index-zixun>ul>li:last-child>a{
    border-bottom: none;
    margin-bottom: 30px;
}
.index-zixun>ul>li img{
    display: block;
    width:162px;
    height: 60px;
    margin-left: 20px;
    flex-shrink: 0;
}
.index-zixun>ul>li div>h4{
    color:#363636;
    font-size: .65rem;
    margin-bottom: 5px;
    font-weight: normal;
}
.index-zixun>ul>li div>p{
    font-size: .55rem;
    color:#989898;
}
.index-zixun>ul>li div>p>span{
    color:#32c082;
}
.index-news-info{
    display: flex;
    justify-content: space-between;
}

.nav_list{
    width: 100%;
    padding: 25px 15px 10px;
    box-sizing: border-box;
}
.nav_line{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.nav_list.other{
    padding: 0;
}
.nav_list.other .nav_line{
    margin-bottom: 0;
    margin-top: 15px;
}
.nav_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav_list.other .nav_item{
    height: auto;
    display: flex;
}
.nav_item_icons{
    width: 2.25rem;
    height: 2.25rem;
    background: linear-gradient(180deg, #74D3F9 0%, #B5EA9D 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.nav_item_icon{
    width: 2rem;
    height: 2rem;
}
.nav_item_name{
    color: #000000;
    font-size: 0.6rem;
    text-align: center;
    margin-top: 5px;
}
.nav_list.other .nav_item_name{
    color: #ffffff;
}